home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / export_uid < prev    next >
Text File  |  2001-04-06  |  401b  |  14 lines

  1. SYNOPSIS
  2.         void export_uid(object ob)
  3.  
  4. DESCRIPTION
  5.         Set the uid of object ob to the current object's effective uid.
  6.         It is only possible when object ob has an effective uid of 0.
  7.  
  8. HISTORY
  9.         Since 3.2.1@47, this efun is availabe only when using euids.
  10.         Since 3.2.7, this efun is always available.
  11.  
  12. SEE ALSO
  13.         seteuid(E), getuid(E), geteuid(E), uids(C), native(C)
  14.